Welcome![Sign In][Sign Up]
Location:
Search - spring simulation

Search list

[OpenGL programStrings02 - Cloth

Description: 织物模拟,使用弹簧模型,很值得研究- The fabric simulation, uses the spring model, is worth studying very much
Platform: | Size: 4977664 | Author: 刘晓洪 | Hits:

[Graph DrawingAnimation1.4.1.2

Description: 布料模拟的程序,参考较多近期论文,实现的模型基于弹簧——质点模型,实现效果不错-cloth simulation procedures, more recent reference papers, the model based on spring-- particle model, achieving good results
Platform: | Size: 813056 | Author: 邬源 | Hits:

[OpenGL programClothy

Description: This the sample application that accompanies the May 99 Game Developer magazine. It is meant as a demonstration of a method for 3D cloth simulation in OpenGL. Cloth simulation is a very complex process. This column and demo just scratches the surface. It is simply a way of building a form of cloth using the mass and spring system from last month. It is sort of a macro function (CreateClothPatch in OGLView.cpp) that builds all the various springs and attaches them. There are many places it can be improved and modified. Please read the article and check the references in the "For Further Info" section if you are really interested in cloth simulation.-This the sample application that accomp anies the May 99 Game Developer magazine. It is m eant as a demonstration of a method for 3D cloth's imulation in OpenGL. Cloth simulation is a very complex process. This column and demo just scra tches the surface. It is simply a way of building a form of cloth using the mass and spring system f rom last month. It is sort of a macro function (Cr eateClothPatch in OGLView.cpp) that builds al l the various springs and attaches them. There a 're many places it can be improved and modified. P lease read the article and check the references in the "For Further Info" section if you are real ly interested in cloth simulation.
Platform: | Size: 6789120 | Author: yxg | Hits:

[OpenGL programspringtest-src-02-10-05

Description: 一个基于弹簧质点模型的服装仿真源代码。是学习服装仿真的学习好资料-a spring-mass model based on the clothing simulation source code. Learning clothing simulation study data
Platform: | Size: 440320 | Author: 肖友清 | Hits:

[3D GraphicSimCloth

Description: 一个用VC开发的简单的3D织物模拟程序,非常简单明了-a VC development of a simple fabric 3D simulation program, very simple and clear
Platform: | Size: 22528 | Author: samsonduan | Hits:

[OpenGL programGarment

Description: 一个绳子的三维仿真,用VC++和OpenGL写成使用了质点-弹簧模型。-A string of three-dimensional simulation, using VC++ And written in OpenGL using the particle- spring model.
Platform: | Size: 451584 | Author: VicentGuo | Hits:

[Other systems12345

Description: 弹簧单摆的模拟演示,一个小的C程序,应该有不错-Spring pendulum simulation demonstration, a small C program, there should be a good
Platform: | Size: 1024 | Author: 杨鑫 | Hits:

[matlabDAMP

Description: 用matlab很好模拟了一个单自由度质量-弹簧体系在阻尼作用下的衰减过程-Matlab simulation with very good quality of a single degree of freedom- spring system in the damping effect of the attenuation process
Platform: | Size: 1024 | Author: zhanggao | Hits:

[matlabElectroMechWeb082505

Description: 关于电机驱动的一些simulink仿真代码。内含混合传动系统,pwm系统和弹簧质量系统。-On the number of motor-driven simulation simulink code. Containing hybrid drive system, pwm system and the spring mass system.
Platform: | Size: 48128 | Author: Tao Lin | Hits:

[Software EngineeringSimulation

Description: 观察自然频率对振动模态的影响(固定阻尼系数),可对有强迫振动项 的情形进行观察,将阻尼系数和自然频率固定,选择一种 的形式,观察 对振动模态的影响。 2、对由方程刻画的单自由度阻尼系统做动画仿真,观察阻尼系数,固有频率以及强迫振动项 对弹簧振动的影响,并和振动曲线图进行对比,写出你的观察结论。 -1、To observe the natural frequency of the vibration mode of (fixed damping coefficient), may have forced vibration of items to observe the situation, the damping coefficient and natural frequency is fixed, choose a form of observation of the impact of vibration mode. 2, characterized by the equation of a single degree of freedom to do animated simulation of damping system to observe the damping coefficient, natural frequency and vibration forced vibration of the impact of spring items, and to compare and vibration curve, write your observations conclusions.
Platform: | Size: 106496 | Author: 林文 | Hits:

[matlabxiao_qiu

Description: 理论力学-小球与弹簧块matlab模拟(xqythk.m xqythkfun.m )-Theoretical Mechanics- small ball and spring block matlab simulation (xqythk.m xqythkfun.m)
Platform: | Size: 2048 | Author: 何昱 | Hits:

[Otherspring

Description: 基于MFC的小球落地碰撞模拟程序,比较简单-MFC-based small ball landing crash simulation procedure, relatively simple
Platform: | Size: 49152 | Author: tanisaber | Hits:

[Windows Developsimulation

Description: 利用弹簧近似和网格重构相结合的非结构动网格技术,耦合求解 Euler方程及弹道方程,模拟飞行在 46千 米高空、0°攻角、马赫数6.5、壳片分离初速分别为 6mPs ,12mPs、壳片分离角速度分别为 0°/s ,50°/s ,150°/s的子母弹 抛壳动态过程。-The use of spring approximation and mesh reconstruction of a combination of non-structural dynamic grid technology, coupled equations for solving Euler equations and ballistics, flight simulation at 46 km altitude, 0 ° angle of attack, Mach 6.5, the shell-chip separation velocity, respectively 6mPs , 12mPs, angular separation of the shell pieces were 0 °/s, 50 °/s, 150 °/s of the cluster bombs thrown shell dynamic process.
Platform: | Size: 471040 | Author: 王顺红 | Hits:

[3D GraphicSPRING_VC2005

Description: 使用Visual C++语言实现了一个弹簧模拟系统,通过将弹簧上的作用力与弹簧的形变相关联,实现动态的弹簧模型仿真,可以方便地在该系统之上实现更多的应用-Using Visual C++ language, a spring simulation system, by the spring force on the deformation associated with the spring, the spring model of dynamic simulation, the system can be easily implemented on top of more applications
Platform: | Size: 8749056 | Author: 王大川 | Hits:

[3D GraphicClothSim

Description: 织物仿真的C++实现,一个老外实现的利用弹簧模型对织物变形进行模拟的程序,非常有意思,还可以与场景中的物体交互-Cloth Simulation of C++ implementation of a foreigner to achieve the fabric deformation using spring model to simulate the process, very interesting, you can also interact with objects in the scene
Platform: | Size: 160768 | Author: 王大川 | Hits:

[OpenGL programCloth-Simulation

Description: 一个模拟布料的程序,布料的模拟采用质点弹簧模型-Procedures for a simulated fabric, fabric simulation using mass spring model
Platform: | Size: 4825088 | Author: 侯能 | Hits:

[matlabspringmass

Description: Spring mass simulation with matlab
Platform: | Size: 5120 | Author: zaqwaz | Hits:

[JSP/Javaspring-(2)

Description: 模拟spring 机制 实现spring 操作java反射机制 等-Simulated spring spring simulation simulation spring simulation spring simulation spring simulation spring simulated spring to simulate the spring simulated spring
Platform: | Size: 11264 | Author: 盛妹 | Hits:

[Graph DrawingSpring-simulation

Description: 弹簧模拟 - 简谐运动,VB6.0通过,有详细说明。-Spring simulation- Simple Harmonic Motion
Platform: | Size: 7168 | Author: wangya | Hits:

[Delphi VCLSpring-Simulation

Description: this is Spring Simulation -this is Spring Simulation ..
Platform: | Size: 9216 | Author: es | Hits:
« 12 3 »

CodeBus www.codebus.net